| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRPtToHotSpotID function to get the ID of the hot spot, if any, that lies beneath a point.
OSErr QTVRPtToHotSpotID (QTVRInstance qtvr, Pointpt, UInt32*hotSpotID);
The QTVRPtToHotSpotID function returns, in the long integer pointed to by the hotSpotID parameter, the ID of the hot spot in the QuickTime VR movie specified by the qtvr parameter that lies directly under the point specified by the pt parameter. If no hot spot lies under that point, the long integer is set to 0.
| Previous | Chapter contents | Chapter top | Section top | Next |